func github.com/klauspost/compress/internal/snapref.load32
6 uses
github.com/klauspost/compress/internal/snapref (current package)
encode_other.go#L7: func load32(b []byte, i int) uint32 {
encode_other.go#L155: nextHash := hash(load32(src, s), shift)
encode_other.go#L187: nextHash = hash(load32(src, nextS), shift)
encode_other.go#L188: if load32(src, s) == load32(src, candidate) {
encode_other.go#L237: if uint32(x>>8) != load32(src, candidate) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |